﻿@font-face {
    font-family: 'Poppins';
    font-style: sans-serif;
    font-weight: 400;
    src: url("/Content/fonts/Poppins-Regular-400.ttf") format("opentype");
}

@font-face {
    font-family: 'Poppins';
    font-style: sans-serif;
    font-weight: 500;
    src: url("/Content/fonts/Poppins-Medium-500.ttf") format("opentype");
}

@font-face {
    font-family: 'Poppins';
    font-style: sans-serif;
    font-weight: 600;
    src: url("/Content/fonts/Poppins-SemiBold-600.ttf") format("opentype");
}

@font-face {
    font-family: 'Poppins';
    font-style: sans-serif;
    font-weight: 700;
    src: url("/Content/fonts/Poppins-Bold-700.ttf") format("opentype");
}

@font-face {
    font-family: 'FontAwesome';
    font-weight: 900;
    src: url("/Content/fonts/FontAwesome/webfonts/fa-solid-900.ttf") format("opentype");
}

:root {
    --font-desktop-14-mobile-12-px: 14px;
    --font-desktop-16-mobile-12-px: 16px;
    --font-desktop-18-mobile-12-px: 18px;
}

body {
    overflow-x: hidden;
}

.only-mobile-visible {
    display: none;
}

.table-responsive {
    width: 100%;
}

.wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.flex-container {
    display: flex;
    width: 25%;
    padding-top: 10px;
    flex-direction: column;
}

.flex-item {
    display: flex;
    width: 50%;
}

.contact-info {
    color: #00a9e9;
    text-align: center;
}

.svgCountry {
    fill: #00a9e9;
    width: 57px;
    padding: 7px;
    height: 57px;
}

.icoCountry {
    display: flex;
    margin-top: 20px;
    width: 100%;
}

.icoCountryItem {
    border: 1px solid #00a9e9;
    padding: 10px;
}

    .icoCountryItem img {
        height: 73px;
        justify-content: space-between;
        display: flex;
        text-align: center;
        margin: 0 auto;
    }

.icoCountry a:last-child {
    margin-top: 7px;
    padding-left: 20px;
    color: #00a9e9;
}



.itemMenu,
.itemMenu2,
.itemContent {
    display: flex;
    background-color: #fff;
}

.itemMenu {
    padding-top: 20px;
    background-color: #fff;
    width: 15%;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    min-width: 260px;
}

    .itemMenu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .itemMenu .dropdown-toggle {
        /*flex-direction:column;*/
        display: flex;
        /*padding-top: 20px;*/
        width: 160px;
    }

.navbar-link {
    margin-right: 15px !important;
}

.itemMenu2 {
    background-color: #f0f0f0;
    width: 150px;
    min-width: 170px;
    position: fixed;
    height: 100%;
    left: 280px;
    justify-content: center;
}

.itemContent {
    background-color: #fff;
    /*width: 100%;*/
    padding: 10px 0px 25px 200px;
}

.page-content {
    /*margin-top: 2.7%;*/
    margin-top: 51.499px;
    opacity: 1;
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
    height: 95vh;
    padding: 0px;
}

.h2Choice1 {
    color: black;
    text-shadow: 1px 1px #b3b3b3;
    position: absolute;
    top: 190px;
    left: 480px;
}

.h2Choice2 {
    text-align: left;
    color: white;
    position: absolute;
    text-shadow: 1px 1px #b3b3b3;
    top: 540px;
    left: 1130px;
}

.h2Choice1:hover {
    color: #00b0f0;
    text-shadow: 1px 1px #b3b3b3;
}

.h2Choice2:hover {
    color: #00b0f0;
    text-shadow: 1px 1px #b3b3b3;
}

.thumbSpan {
    align-self: center;
    margin-right: 11px;
    margin-left: 11px;
}

.brand {
    margin-bottom: 0px;
    margin-top: 5px;
    height: 40px;
    display: inline-flex;
    border-radius: 2px;
    width: auto;
}


.message1, .message1:hover, .message1:active, .message1:visited, .message1:focus {
    position: absolute;
    top: 24%;
    left: 19%;
    width: 25%;
    font-size: 3em;
    font-weight: 100;
    color: black;
    font-family: "Lato", sans-serif;
    opacity: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    text-shadow: 1px 1px #b3b3b3;
    text-decoration: none;
}

.message2, message2:hover, message2:active, .message2:visited, .message2:focus {
    position: absolute;
    top: 57%;
    left: 54%;
    width: 28%;
    font-size: 3em;
    font-weight: 100;
    color: #fff;
    font-family: "Lato", sans-serif;
    opacity: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    text-shadow: 1px 1px #b3b3b3;
    text-decoration: none;
}

.curtain-open .message {
    margin-left: -100%;
    opacity: 0;
}

.curtain-open polygon:first-child {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.curtain-open polygon:last-child {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

svg {
    margin: 0;
}

polygon {
    position: relative;
    transition: all 0.4s;
}

.polygonWhite {
    fill: white;
    /*background-image: url('../img/bigServices_0000_Layer 9.jpg');*/
}

    .polygonWhite :hover {
        fill: red;
    }


.polygonGray {
    fill: #c3c3c3;
    /*fill: url('../img/bigServices_0000_Layer 9.jpg');*/
    /*background-image: url('../img/bigServices_0000_Layer 9.jpg');*/
}

a.message1:hover {
    color: #00adef;
    text-decoration: none;
    cursor: pointer;
}

a.message2:hover {
    color: #00adef;
    text-decoration: none;
    cursor: pointer;
}


.dropdown-list {
    width: 174px;
    height: 26px;
    margin-bottom: 5px;
}


.flex-box {
    display: flex;
    flex-direction: column;
}

.item-header {
    width: 100%;
    display: flex;
}

.item-content {
    display: flex;
    background: url(/Content/img/background.jpg) no-repeat center center fixed;
    background-size: cover;
    min-height: 86.4vh;
    height: 100%;
}

.login-part {
    width: 70%;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 35px;
}

.choiceSite {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.item {
    display: flex;
    border: 1px solid #fff;
    padding: 35px;
    margin: 35px;
    height: 300px;
    width: 300px;
}

/*.navbar-nav li a {
    line-height: 57px;
}*/

/*.logoInvent {
    padding: 10px;
    width: 100px;
}*/

.choiceImg {
    width: 220px;
    height: 220px;
}

.textInvent {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: min-content;
}

    .textInvent h4, h3, h2, h1 {
        font-weight: bold;
    }

    .textInvent a {
        color: #fff;
        font-weight: bold;
    }

.navbar-default .navbar-toggle {
    border-color: transparent;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #01a9e7;
    }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgb(208, 242, 255);
}


a:hover, a:focus {
    color: #00a9e9;
    text-decoration: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgb(0, 169, 233);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.menuBox {
    display: flex;
    position: fixed;
    flex-direction: column;
    margin-top: 100px;
}

.menuItem {
    margin: 0 auto !important;
    text-align: center;
    padding-bottom: 25px;
}

    .menuItem a {
        padding-bottom: 25px;
    }

.itemIcoMenu {
    width: 57px;
    border: 1px solid #00a9e9;
    height: 57px;
    margin: 0 auto;
}

    .itemIcoMenu > span {
        justify-content: center;
        align-items: center;
        font-size: 28px;
        align-content: center;
        height: 100%;
        display: flex;
        color: #00a9e9;
    }


.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
    background-color: #00a9e9;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
}

.table-row {
    border-top: 0;
    background-color: #00a9e9;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #fff;
    color: black;
}

.inventButton {
    background-color: #00a9e9;
    border: none;
    border-radius: 0px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}


.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.itemIcoMenu:hover {
    background-color: #daf5ff;
    cursor: pointer;
}

.choiceSite a:hover {
    color: #ffffff;
    text-decoration: none;
}

#euVersion .itemMenu,
#euVersion .itemContent {
    background-color: #145992;
    color: #fff;
}

#euVersion .itemContent {
    background-color: #145992;
    color: #fff;
}



#euVersion .itemMenu2 .itemIcoMenu {
    border: 1px solid #ffffff;
}

    #euVersion .itemMenu2 .itemIcoMenu > span {
        color: #fff;
    }

    #euVersion .itemMenu2 .itemIcoMenu:hover {
        background-color: #145992;
        cursor: pointer;
    }

#euVersion .itemMenu2 .menuItem a {
    color: #fff;
}

.icoBorder {
    border: 1px solid #ffffff;
    height: 57px;
    width: 57px;
}

.menuBox1 {
    position: fixed;
    top: 210px;
    left: 35px;
    flex-direction: column;
    margin-top: 0px;
    align-items: flex-start;
}

    .menuBox1 .logo {
        position: fixed;
        top: 20px;
        left: 35px;
        padding-bottom: 0px;
        max-width: 180px;
    }

.menu-item-text {
    margin-left: 15px;
    margin-right: 15px;
}

.menuItem1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 7px;
}

.menuItem-navbar {
    display: flex;
    align-items: center;
    margin-right: 2px;
}

.menuItem1 a:last-child {
    display: flex;
    /*padding-top: 6px;
    padding-left:20px;*/
}

.username {
    display: flex;
}

.menuItem1 span.glyphicon.glyphicon-user:hover {
    background-color: #daf5ff;
    cursor: pointer;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    color: #000;
}

table {
    background-color: rgb(255, 255, 255);
}

.mobileNav {
    display: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 22px 16px;
    /*margin-top: -7px;
    margin-right: 0px;
    margin-bottom: 0px;*/
    background-color: transparent;
    background-image: none;
    border: 1px solid #00a9e9 !important;
    border-radius: 0px;
    width: 57px;
    height: 57px;
}

.navbar-header {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-header-center {
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 22px;
}*/

.navbar {
    border-radius: 0px !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e3e3e3;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #ffffff;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.btn {
    border-radius: 0px !important;
}

.loginBox {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.loginBtn {
    border: 1px solid #00a9e9;
    color: #00a9e9;
    font-weight: bold;
    line-height: 0px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    margin-top: 10px;
    margin-left: 18px !important;
    background-color: #fff;
    width: 200px;
    text-align: center;
}

.formLog {
    display: flex;
    width: 90%;
}

    .formLog .form-control {
        border: 1px solid #fff;
    }

#loginDiv {
    border: 1px solid #fff;
    height: 520px;
    max-width: 400px;
    padding: 30px;
    color: #fff;
    min-height: 400px;
}

#rejDiv {
    border: 1px solid #fff;
    height: 520px;
    max-width: 400px;
    min-width: auto;
    padding: 30px;
}

.login-box {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    min-width: auto;
    width: 450px;
    /* padding: 10px; */
    margin-right: 2%;
    margin-top: 35px;
}

.login-box {
    display: flex;
    flex-direction: column;
}

.form-box {
    /* display: flex; */
    /* padding-left: 100px; */
    justify-content: center;
}

.editButton {
    padding: 10px;
    background-color: #00a9e9;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}

.invent-button {
    background-color: #00a9e9;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.deleteButton {
    padding: 10px;
    background-color: #d7d7d7;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}

.editButton a {
    color: #fff;
}

.deleteButton a {
    color: #00a9e9;
}

.panel-info > .panel-heading {
    color: #00a9e9;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    background-image: none !important;
}

.panel-info {
    border-color: #00a9e9;
}

.editMode .form-control {
    border-color: #00a9e9;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
    color: #259ac6;
}

#zagrImg {
    background-image: url(../img/map_zagr.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 480px;
    background-repeat: no-repeat;
    width: 100%;
}

#plVersion {
    background-image: url(../img/pl.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 375px 375px;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    position: static;
}

#czVersionMap {
    background-image: url(../img/cz.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 800px -51px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 93%;
    position: fixed;
}

#czVersion {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 800px -51px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 93%;
    position: fixed;
}


#euClass .itemMenu2 {
    background-color: #c2e8fa;
    color: #fff;
}


.panel {
    border-radius: 0px !important;
}

.panel-info > .panel-heading {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    background-image: none !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    display: flow-root;
}

.umowa {
    border: 1px solid #00a9e9;
    background-color: #fff;
    overflow-x: hidden;
}

.form-control, .ui-widget input {
    border-color: #00a9e9;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
        margin-right: 13px;
    }
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
    background-color: #4cceff;
}

.registerAlert {
    margin-top: -60px;
    margin-bottom: 20px;
    color: #ffffff;
    background-color: #d55252;
    padding: 9px;
    width: 400px;
    text-align: center;
    margin-left: 300px;
}

.color > .active {
    background-color: #8fdbff;
}

.color > .itemIcoMenu {
    background-color: #8fdbff !important;
}

.color {
    background-color: #ffffff;
}

.active > .itemIcoMenu {
    background-color: #00a9e9;
}

    .active > .itemIcoMenu > .svgCountry {
        fill: #fff !important;
        background-color: #00a9e9;
    }

    .active > .itemIcoMenu > span {
        color: #fff;
    }

.colorCountry > .svgCountry {
    fill: #fff !important;
    background-color: #00a9e9;
}

.colorCountry > .glyphicon {
    color: #fff !important;
    background-color: #00a9e9;
}

.panel-heading:after {
    /* symbol for "opening" panels */
    /*font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    /*content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    content: "Schowaj \25BC";
    float: right; /* adjust as needed */
    color: #00a9e9;
    margin-right: 20px;
}

.panel-heading.collapsed:after {
    /* symbol for "collapsed" panels */
    /*content: "\e080"; /* adjust as needed, taken from bootstrap.css */
    content: "Rozwiń \25BA" !important;
}

.text-white {
    color: white;
    background-color: #00a9e9;
}

@media screen and (min-width: 640px) {
    .mobile-footer-contact-info {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .menu-item-text {
        display: none;
    }

    .navbar-contact-info {
        display: none !important;
    }

    .mobile-footer-contact-info {
        display: block;
    }
}

.navbar-contact-info {
    font-size: x-small;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
}

    .navbar-contact-info > span {
        margin-right: 20px;
    }

@media screen and (min-width:1190px) and (max-width: 1376px) {
    .navbar-contact-info {
        float: left;
    }
}

.header-padding {
    padding-left: 10px;
}

@media screen and (max-width: 1190px) {
    .navbar-contact-info {
        float: right;
    }
}

@media screen and (min-width: 1472px) {
    .header-padding {
        padding-top: 34px;
    }
}

.itemIcoCz {
    border: 1px solid #00a9e9;
    width: 57px;
    height: 57px;
}

.archive {
    color: LightGrey !important;
}


@media (min-width: 768px) {
    .pull-left-l {
        float: left !important;
    }
}

.popup-dialog {
    height: 600px;
}

.invent-color {
    color: #00a9e9 !important;
}

.invent-background-color {
    background-color: #00a9e9 !important;
}

.invent-popup {
    font-family: 'Century Gothic';
    height: 100%;
}

    .invent-popup .list-item {
        margin-bottom: 10px;
    }

    .invent-popup a {
        font-weight: bold !important;
    }

    .invent-popup .list-image {
        transform: translateY(25%);
        padding-left: 0px;
    }

    .invent-popup .list-text {
        font-size: 13px;
        font-weight: lighter;
    }

@media (max-width:991px) {
    .banner_premia_swieta.banner_premia_swieta.banner_1 .reg_link,
    .banner_premia_swieta.banner_premia_swieta.banner_2 .reg_link {
        left: 0;
        bottom: 0;
        right: auto;
    }
}

.banner_premia_swieta {
    background-size: contain;
    position: relative;
    height: 150px;
    width: 100%;
    margin-bottom: 15px;
}

    .banner_premia_swieta.banner_1 {
        background: url(/Content/img/banners/baner_1_tlo.jpg) no-repeat center center;
    }

    .banner_premia_swieta.banner_2 {
        background: url(/Content/img/banners/baner_2_tlo.jpg) no-repeat center center;
    }

    .banner_premia_swieta.banner_pl {
        background: url(/Content/img/banners/baner_pl_tlo.jpg) no-repeat center center;
    }

    .banner_premia_swieta.banner_rekruter {
        background: url(/Content/img/banners/baner_portal_rekruter.jpg) no-repeat center center;
    }

    .banner_premia_swieta.banner_1 > a {
        position: absolute;
        height: 150px;
        width: 20%;
        margin-left: 80%;
    }

    .banner_premia_swieta .reg_link {
        position: absolute;
        bottom: 4%;
        font-size: 11px;
        color: #263674;
        font-weight: bold;
    }

    .banner_premia_swieta.banner_1 .reg_link {
        right: 44%;
    }

    .banner_premia_swieta.banner_2 .reg_link {
        right: 32%;
    }

    .banner_premia_swieta .reg_link a {
        color: #263674;
        cursor: pointer;
    }

.bordered-section {
    border: 1px solid #fff;
    color: #fff;
}

.login-section {
    height: 600px;
    padding: 25px 5px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.container.login-section-container {
    margin-left: 0px;
}

@media (min-width: 767px) {
    .login-section-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .flexable-banner {
        display: flex;
    }
}

@media (max-width:1000px) {
    .login-section {
        height: 600px;
    }
}

@media (max-width:767px) {
    .part-banner {
        margin: 20px 0px 10px 0px;
    }

    #plVersion {
        background-image: none;
    }
}

.shadow-button:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    background-color: white;
    color: cornflowerblue;
}

.nice-looked-button {
    font-size: 1.3em;
    font-weight: 600;
    padding: 10px;
}

.lighter-text {
    font-weight: 100 !important;
    font-size: 17px !important;
}

@media (min-width:1200px) {
    .littlespace {
        padding-left: 0px;
    }
}

@media(max-width:550px) {
    .btn-primary,
    .btn-success {
        padding-left: 5px !important;
        padding-right: 5px !important;
        white-space: initial !important;
    }

    .panel-body {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .last-table-row tr td,
    .last-table-row tr td span {
        font-size: 10px !important;
    }

    .table > thead > tr > th,
    .table > tbody > tr > td {
        padding: 8px 2px !important;
    }

    .table > tbody > tr > td {
        min-width: 50px !important;
        font-size: 0.85em !important;
    }
}


@media (min-width: 768px) {
    .pull-sm-left {
        float: left !important;
    }

    .pull-sm-right {
        float: right !important;
    }

    .pull-sm-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .pull-md-left {
        float: left !important;
    }

    .pull-md-right {
        float: right !important;
    }

    .pull-md-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .pull-lg-left {
        float: left !important;
    }

    .pull-lg-right {
        float: right !important;
    }

    .pull-lg-none {
        float: none !important;
    }
}

.pull-none {
    float: none !important;
}


/* nowy layout */
.newLayout {
    line-height: 140%;
}

.newLayout p,
.newLayout h1,
.newLayout h2,
.newLayout h3,
.newLayout label,
.newLayout div,
.newLayout a {
    font-family: "Poppins";
    text-align: center;
    color: #1e2749;
}

.newLayout h5 {
    color: #e62858;
    font-size: var(--font-desktop-14-mobile-12-px);
}

.newLayout h3 {
    font-size: 28px;
    text-align: left;
    font-weight: 500;
    margin: 0;
    line-height: 150%;
}

.newLayout p {
    text-align: left;
    font-size: var(--font-desktop-18-mobile-12-px);
    line-height: 160%;
    color: black;
    margin: 0;
}

    .newLayout p em {
        color: #E92356;
        font-weight: 700;
        font-style: normal;
    }

.newLayout label{
    display: flex;
    margin: 0;
}

.newLayout .field-validation-error {
    font-size: var(--font-desktop-14-mobile-12-px);
    color: #a94442;
}

.decoration {
    overflow: hidden;
    position: absolute;
    z-index: -100;
}

#register-right-background-logo {
    width: 34%;
    top: 760px;
    right: 0px;
}

#register-left-background-logo,
#login-left-background-logo {
    transform: scaleX(-1);
    width: 34%;
    top: 1460px;
    left: 0;
}

#login-right-background-logo {
    width: 34%;
    top: 650px;
    right: 0px;
}

#login-top-left-curve {
    width: 20%;
    top: 0;
    left: 0;
}

#login-top-right-curve,
#login-top-right-curve-small {
    width: 60%;
    top: 0;
    right: 0;
}

    #login-top-right-curve-small{
        visibility: hidden;
    }

    #nLogoInvent {
        width: 132px;
    }

.nLogoInventWrap {
    box-sizing: content-box;
    height: 27px;
    text-align: center;
    padding: 21px 0;
    display: block;
    margin: 0 auto;
}

img.thematic-logo {
    height: 21px;
    display: block;
    margin: 100px auto 10px auto;
}

.newLayout h2 {
    color: #1e2749;
    font-size: 42px;
    box-sizing: content-box;
    text-align: center;
    line-height: 130%;
    font-weight: 700;
}

    .newLayout h2 + p {
        margin-top: 10px;
        text-align: center;
        line-height: 160%;
    }

    .newLayout h2 em {
        font-weight: 400;
        font-style: normal;
        font-family: Poppins;
    }

.nHeaderMd {
    margin-bottom: 0;
    padding: 50px 0 0;
}

h2#looking-for-work-abroad{
    width: 100%;
}

.nFormWrap {
    margin-bottom: 45px;
}

    .nFormWrap div:first-child {
    margin-top: 58px;
}

.nFormWrap .wrapAccept {
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

    .nFormWrap .wrapAccept span {
        padding-left: 10px;
    }

        .nFormWrap .wrapAccept span.field-validation-error {
            flex-basis: 100%;
        }

    .nFormWrap .wrapAccept > input[type="checkbox"],
    .nFormWrap .wrapAccept > input[type="checkbox"]:focus {
        width: 28px;
        min-width: 28px;
        height: 28px;
        border: 1px solid #ddd;
        border-radius: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        position: relative;
        margin: 0;
    }

        .nFormWrap .wrapAccept > input[type="checkbox"]:checked {
            background-color: #0075ff;
        }

            .nFormWrap .wrapAccept > input[type="checkbox"]:checked:after {
                content: "\f00c";
                font-family: FontAwesome;
                font-size: 19px;
                position: absolute;
                top: 4px;
                left: 3px;
                color: #fff;
            }

.nFormWrap .field-validation-error {
    display: block;
    color: #a94442;
    margin: 0 auto;
    font-size: var(--font-desktop-14-mobile-12-px);
}

.nFormWrap .validation-summary-errors ul {
    list-style: none;
    color: #a94442;
    padding: 0;
}

.nFormSubmit {
    padding: 40px 0;
    position: relative;
}

.nFormSubmit:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 38%;
    transform: translate(-50%);
    margin-left: 50%;
}

.newLayout button{
    transition: 0.3s;
}

    .nFormSubmit button,
    .nFormSubmit button:focus {
        text-transform: lowercase;
    }

        .nFormSubmit button,
        .nFormSubmit button:focus,
        .nFormSubmit input[type="submit"],
        .nFormSubmit input[type="submit"]:focus,
        .newLayout .login-card button {
            font-size: var(--font-desktop-16-mobile-12-px);
            padding: 10px 0;
            min-width: 200px;
            font-weight: 400;
            border-radius: 25px !important;
            outline: none !important;
            line-height: 160%;
            height: 46px;
        }

.nFormSubmit.btnCustom1 button,
.nFormSubmit.btnCustom1 input[type="submit"] {
    background: #e62858;
    color: #fff;
    border: 1px solid #e62858;
    opacity: 1;
}

.nFormSubmit.btnCustom1 button:hover,
.nFormSubmit.btnCustom1 button:focus,
.nFormSubmit.btnCustom1 input[type="submit"]:hover,
.nFormSubmit.btnCustom1 input[type="submit"]:focus {
    opacity: 0.8;
}

.newLayout .nFormSubmit.btnCustom2,
.newLayout .nFormSubmit.btnCustom1 {
    margin: 20px auto 25px auto;
}

.nFormSubmit.btnCustom2 button,
.nFormSubmit.btnCustom2 input[type="submit"],
.newLayout .login-card button {
    background: #fff;
    color: #1e2749;
    border: 1px solid #1e2749;
}

.nFormSubmit.btnCustom2 button:hover,
.nFormSubmit.btnCustom2 button:focus,
.nFormSubmit.btnCustom2 input[type="submit"]:hover,
.nFormSubmit.btnCustom2 input[type="submit"]:focus {
    background: #1e2749;
    color: #fff;
    border: 1px solid #1e2749;
}

.nFormSubmit button:first-letter {
    text-transform: uppercase;
    display: inline-block;
}

.nFormSubmit p {
    font-size: 20px;
}

.newLayout #work-abroad-text {
    width: 70%;
    margin: 60px auto 0 auto;
}

.newLayout .nFormSubmit {
    margin: 36px 0 0 0;
    padding: 0;
}

.newLayout select + .ms-parent > button {
    font-size: var(--font-desktop-16-mobile-12-px);
    box-shadow: none;
    height: 55px;
    outline: none;
    line-height: 55px;
    border-width: 0 0 1.2px 0px;
    border-radius: 0;
    border-color: #1C274A33;
    /* Arrow */
    appearance: none;
    background-image: url(/Content/img/Login/error_down_for_select_list.svg);
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 13.3px auto;
}

    .newLayout select + .ms-parent > button span {
        color: #1e2749;
    }

            .newLayout select + .ms-parent > button span.placeholder {
                color: #7D7D7D;
            }

    .newLayout select + .ms-parent > button .icon-caret {
        display: none;
        right: 15px;
        border-color: #ddd transparent transparent transparent;
        border-width: 7px 6px 0 6px;
    }

.newLayout select + .ms-parent {
    width: 100% !important;
}

.newLayout .ms-choice > span {
    padding-left: 0;
    margin-left: 0;

}

.newLayout select + .ms-parent > .ms-drop.bottom ul {
    padding: 10px;
}

.newLayout select + .ms-parent > .ms-drop.bottom ul > li {
    padding: 5px 8px;
}

.newLayout select + .ms-parent > .ms-drop.bottom ul > li label {
    display: block;
    text-align: left;
    padding-left: 26px;
    font-size: var(--font-desktop-16-mobile-12-px);
}

.newLayout select + .ms-parent > .ms-drop.bottom ul > li input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-left: -25px;
}

.newLayout select + .ms-parent > .ms-drop.bottom ul > li.hide-radio label {
    padding-left: 5px;
}

.newLayout form input:not([type="submit"]):not([type="checkbox"]) {
    font-size: var(--font-desktop-16-mobile-12-px);
    box-shadow: none;
    border: 0;
    border-bottom: 1.2px solid #1C274A33;
    padding: 0;
    height: 50px;
    width: 100%;
    max-width: 415px;
    outline: none;
    color: #1e2749;
    margin: 0 auto;
}

.newLayout form .bigger-inputs #Password,
.newLayout form .bigger-inputs #UserName {
    width: 556px;
    margin: 0 auto 24px auto;
}

.newLayout form input ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #7D7D7D;
}

.newLayout form input :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #7D7D7D;
    opacity: 1;
}

.newLayout form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #7D7D7D;
    opacity: 1;
}

.newLayout form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7D7D7D;
}

.newLayout form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #7D7D7D;
}

.newLayout form input::placeholder { /* Most modern browsers support this now. */
    color: #7D7D7D;
}

.newLayout .login-card-grid {
    margin: 50px auto;
    display: grid;
    max-width: 1360px;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    grid-gap: 20px;
    margin-bottom: 30px;
}

.newLayout .login-card {
    border: 2px solid #1C274A33;
    border-radius: 16px;
    padding: 32px;
    height: 434px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
    overflow: auto;
    background: white;
}
    .newLayout .login-card img{
        width: 36px;
    }

    .newLayout .login-card button {
        background-color: #1C274A;
        margin-top: auto;
        width: 200px;
        color: white;
    }

.double-single-colums-form-container{
    display: grid;
    grid-template-columns: 415px 415px;
    justify-content: center;
    gap: 24px
}

#register-do-you-have-an-account {
    text-align: center;
    font-size: var(--font-desktop-16-mobile-12-px);
}

.nAcceptancesWrap {
    display: flex;
    flex-direction: column;
    max-width: 914px;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .nAcceptancesWrap > span {
        font-size: var(--font-desktop-14-mobile-12-px);
        margin-top: 30px;
        text-align: center;
    }

    .nAcceptancesWrap > div {
        font-size: var(--font-desktop-14-mobile-12-px);
        padding: 12px 0;
        display: flex;
        align-items: center;
    }

    .nAcceptancesWrap > span:first-child {
        margin-top: 60px;
        margin-bottom: 18px;
        font-size: 12px;
    }

    .nAcceptancesWrap > div > input[type="checkbox"] {
        width: 28px;
        height: 28px;
        border: 1px solid #ddd;
        border-radius: 5px;
        flex-shrink: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        position: relative;
        margin-left: 19px;
    }

.nAcceptancesWrap > div > input[type="checkbox"]:checked {
    background-color: #0075ff;
}

.nAcceptancesWrap > div > input[type="checkbox"]:checked:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 19px;
    position: absolute;
    top: 4px;
    left: 3px;
    color: #fff;
}

.nAcceptancesWrap .nValidMessage {
    padding: 0;
}

a.nPassForgot {
    font-size: var(--font-desktop-16-mobile-12-px);
    display: inline-flex;
    line-height: 160%;
    margin-top: 20px;
}

a.nPassForgot:hover {
    color: #23527c;
}

.nParafRow {
    margin-top: 50px;
    margin-bottom: 30px;
}

.nParafRow p {
    font-size: 20px;
    line-height: 1.2em;
    max-width: 820px;
    display: block;
    margin: 0 auto;
}

.nBottomSpace {
    margin-bottom: 100px;
}

.register-checkbox{
    margin-left: 46.5px;
}

    .register-checkbox span {
        margin-left: 18px;
        font-weight: 400;
        text-align: left;
    }

    .custom-link {
        text-decoration: underline;
    }

.custom-link:hover {
    color: #23527c;
}

@media (min-width:1024px) {
    .nFormWrap .field-validation-error {
        width: 415px;
    }

    .nFormWrap .bigger-inputs .field-validation-error {
        width: 556px;
    }

    .nFormWrap .wrapAccept {
        max-width: 650px;
    }

    .register-wrapper .nFormWrap .field-validation-error {
        width: 850px;
    }
}

@media (max-width:1023px) {
    .newLayout {
        margin: 0 auto;
    }

    .nParafRow p {
        line-height: 1.6;
    }

    .nFormWrap select + .ms-parent > button {
        text-indent: 8px;
        min-width: 100%;
    }

    .register-wrapper .nFormWrap select + .ms-parent,
    .register-wrapper form input:not([type="submit"]):not([type="checkbox"]),
    .register-wrapper form input:not([type="submit"]):not([type="checkbox"]):focus {
        min-width: 100%;
        max-width: 100%;
    }

    .double-single-colums-form-container {
        grid-template-columns: 415px;
    }

    .nAcceptancesWrap {
        max-width: 85%;
    }

    .register-checkbox{
        margin-left: 10px;

    }

    .nAcceptancesWrap .field-validation-error {
        display: block;
        margin-left: 0;
        text-align: left;
    }

    .nFormSubmit button,
    .nFormSubmit button:focus,
    .nFormSubmit input[type="submit"],
    .nFormSubmit input[type="submit"]:focus {
        padding: 10px 0;
        width: 200px;
        max-width: 100%;
        min-width: auto;
    }

    .nFormSubmit span {
        font-family: "Poppins", sans-serif;
    }

    .nFormSubmit:after {
        width: 98%;
    }


    .nAcceptancesWrap > div > input[type="checkbox"] {
        flex-basis: 24px;
        aspect-ratio: 1;
        margin-left: 10px;
    }

        .nAcceptancesWrap > div > input[type="checkbox"]:checked:after {
            font-size: 16px;
        }
}

.spanWithBtn {
    display: flex;
}

@media (max-width:767px) {
    :root {
        --font-desktop-14-mobile-12-px: 12px;
        --font-desktop-16-mobile-12-px: 12px;
        --font-desktop-18-mobile-12-px: 12px;
    }

    .only-mobile-visible{
        display: block;
    }

    #register-left-background-logo,
    #register-right-background-logo,
    #login-left-background-logo,
    #login-right-background-logo {
        display: none;
    }

    .newLayout .nFormSubmit{
        margin: 0;
    }

    .spanWithBtn {
        display: inline;
    }

    .double-single-colums-form-container {
        grid-template-columns: calc(230px + 15%);
        gap: 18px;
    }

    .nFormWrap div:first-child{
        margin-top: 30px;
    }

    #login-top-right-curve {
        visibility: hidden;
    }

    #login-top-right-curve-small {
        visibility: visible;
    }

    #nLogoInvent {
        width: 140px;
    }

    .nLogoInventWrap {
        margin: 55px 0 42px 0;
        height: 37px;
        padding: 0;
    }

    img.thematic-logo {
        height: 14px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .newLayout form .bigger-inputs #Password,
    .newLayout form .bigger-inputs #UserName {
        width: 290px;
        max-width: 80%;
    }

    .newLayout form input:not([type="submit"]):not([type="checkbox"]) {
        height: 30px;
    }

    .nAcceptancesWrap > div {
        padding: 6px 0;
    }

    .nAcceptancesWrap > div input[type="radio"],
    .nAcceptancesWrap > div input[type="checkbox"] {
        margin: 0;
    }
    
    .nAcceptancesWrap > div > input[type="checkbox"] {
            flex-basis: 14px;
            height: 14px;
            border-radius: 2px;
        }

            .nAcceptancesWrap > div > input[type="checkbox"]:checked:after {
                font-size: 7px;
                top: 3px;
                left: 3px;
            }

    .register-checkbox span {
        margin-left: 10px;
    }

    .newLayout select + .ms-parent > button{
        height: 30px;
        line-height: 30px;
    }

    .nAcceptancesWrap > span:first-child {
        margin-top: 42px;
        margin-bottom: 18px;

    }

    .nFormSubmit button, .nFormSubmit button:focus, .nFormSubmit input[type="submit"], .nFormSubmit input[type="submit"]:focus {
        width: 115px;
        height: 32px;
        padding: 0;
    }

    .newLayout .login-card-grid {
        display: flex;
        flex-direction: column;
        margin: 0 7% 30px 7%;
        grid-gap: 16px;
    }

    .newLayout .login-card {
        gap: 6px;
        padding: 13px;
        aspect-ratio: 1.2;
        height: auto;
    }
        .newLayout .login-card button {
            padding: 6px 0;
            width: 38%;
            min-width: 130px;
            height: auto;
        }

        .newLayout .login-card img {
            width: 7%;
        }

    .newLayout h2 {
        font-size: 22px;
        width: 70%;
        margin: 0 auto;
    }

    .newLayout#login-page-why-to-register-info {
        font-size: 10px;
        width: 60%;
        max-width: 100%;
    }

    .newLayout h3 {
        font-size: 14px;
    }

    .newLayout #forgot-password-email-textbox {
        width: calc(200px + 15%);
        margin: 0 auto 42px auto
    }

    .newLayout #work-abroad-text {
        width: 100%;
        margin: 42px auto 26px auto;
    }
}